home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Iface.exe / 0 / RCDATA / TFANALIZAROTROSELEMENTOS / TFANALIZAROTROSELEMENTOS.txt < prev   
Text File  |  2008-07-20  |  3KB  |  113 lines

  1. object FAnalizarOtrosElementos: TFAnalizarOtrosElementos
  2.   Left = 411
  3.   Top = 172
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'An∩┐╜lisis'
  7.   ClientHeight = 409
  8.   ClientWidth = 367
  9.   Color = 14609391
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Icono: TImage
  23.     Left = 22
  24.     Top = 18
  25.     Width = 32
  26.     Height = 32
  27.     AutoSize = True
  28.     Center = True
  29.     Picture.Data = {<image000.bmp>}
  30.     Transparent = True
  31.   end
  32.   object TxtInfoAnalizar: TLabel
  33.     Left = 72
  34.     Top = 16
  35.     Width = 172
  36.     Height = 16
  37.     Caption = 'Analizar otros elementos'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -13
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     Transparent = True
  45.   end
  46.   object TxtInfoSeleccionar: TLabel
  47.     Left = 72
  48.     Top = 40
  49.     Width = 257
  50.     Height = 13
  51.     Caption = 'Por favor, selecciona el elemento que deseas analizar.'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     Transparent = True
  59.   end
  60.   object BCerrar: TPlaButton
  61.     Left = 248
  62.     Top = 376
  63.     Width = 104
  64.     Height = 21
  65.     Caption = 'Cerrar'
  66.     TabOrder = 0
  67.     Cancel = True
  68.     ModalResult = 2
  69.   end
  70.   object LPVElementos: TPlaListView
  71.     Left = 16
  72.     Top = 72
  73.     Width = 337
  74.     Height = 289
  75.     CanSortByColumn = False
  76.     CanMoveColumns = False
  77.     CanResizeColumns = False
  78.     Color = clWhite
  79.     CheckBoxes = False
  80.     Columns = <
  81.       item
  82.         Width = 333
  83.         Font.Charset = DEFAULT_CHARSET
  84.         Font.Color = clWindowText
  85.         Font.Height = -11
  86.         Font.Name = 'MS Sans Serif'
  87.         Font.Style = []
  88.       end>
  89.     DragCursor = crDrag
  90.     DragMode = dmManual
  91.     HideSelection = False
  92.     ImageList = CDImagenes.ILElementosAnalisis
  93.     MultiSelect = False
  94.     ParentColor = False
  95.     ShowColumnHeaders = False
  96.     TabOrder = 1
  97.     OnDblClick = BAnalizarClick
  98.     OnSelectItem = LPVElementosSelectItem
  99.     Data = {000100000000FE}
  100.   end
  101.   object BAnalizar: TPlaButton
  102.     Left = 128
  103.     Top = 376
  104.     Width = 105
  105.     Height = 21
  106.     Caption = 'Analizar'
  107.     Enabled = False
  108.     TabOrder = 2
  109.     OnClick = BAnalizarClick
  110.     Default = True
  111.   end
  112. end
  113.